ServiceCreateItem Method (IListItem, FolderId, MessageDisposition) |
Creates multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CreateItem(
IList<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition
)
Public Function CreateItem (
items As IList(Of Item),
parentFolderId As FolderId,
messageDisposition As MessageDisposition
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItem
The items to create. - parentFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder in which to place the newly created items. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
The message disposition.
Return Value
Type:
IListItemInfoResponseA collection of creation results for each of the specified items.
See Also